﻿2026-07-08T23:51:40.7508261Z ##[group]Run set -euo pipefail
2026-07-08T23:51:40.7509591Z [36;1mset -euo pipefail[0m
2026-07-08T23:51:40.7510528Z [36;1mPIN=0c95435[0m
2026-07-08T23:51:40.7511424Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-08T23:51:40.7512520Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-08T23:51:40.7514022Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-08T23:51:40.7515940Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-08T23:51:40.7517917Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-08T23:51:40.7519626Z [36;1m  rm -rf "$CACHE"[0m
2026-07-08T23:51:40.7520653Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-08T23:51:40.7522247Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-08T23:51:40.7523737Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-08T23:51:40.7525306Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-08T23:51:40.7526481Z [36;1mfi[0m
2026-07-08T23:51:40.7527721Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T23:51:40.7547892Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-08T23:51:40.7549379Z env:
2026-07-08T23:51:40.7550169Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-08T23:51:40.7551193Z ##[endgroup]
2026-07-08T23:51:41.5831993Z    Compiling proc-macro2 v1.0.106
2026-07-08T23:51:41.5832719Z    Compiling quote v1.0.45
2026-07-08T23:51:41.5833190Z    Compiling unicode-ident v1.0.24
2026-07-08T23:51:41.5833677Z    Compiling libc v0.2.186
2026-07-08T23:51:41.5834011Z    Compiling serde_core v1.0.228
2026-07-08T23:51:41.5834303Z    Compiling cfg-if v1.0.4
2026-07-08T23:51:41.5834571Z    Compiling serde v1.0.228
2026-07-08T23:51:41.5883739Z    Compiling log v0.4.32
2026-07-08T23:51:41.5937570Z    Compiling pin-project-lite v0.2.17
2026-07-08T23:51:41.5953419Z    Compiling portable-atomic v1.13.1
2026-07-08T23:51:41.5955212Z    Compiling typenum v1.20.1
2026-07-08T23:51:41.5955722Z    Compiling memchr v2.8.1
2026-07-08T23:51:41.6073492Z    Compiling version_check v0.9.5
2026-07-08T23:51:41.6077945Z    Compiling find-msvc-tools v0.1.9
2026-07-08T23:51:41.6125939Z    Compiling critical-section v1.2.0
2026-07-08T23:51:41.6566024Z    Compiling shlex v2.0.1
2026-07-08T23:51:41.7130314Z    Compiling subtle v2.6.1
2026-07-08T23:51:41.7541765Z    Compiling bytes v1.11.1
2026-07-08T23:51:41.7664852Z    Compiling futures-core v0.3.32
2026-07-08T23:51:41.9521612Z    Compiling equivalent v1.0.2
2026-07-08T23:51:41.9932116Z    Compiling smallvec v1.15.1
2026-07-08T23:51:42.0111695Z    Compiling itoa v1.0.18
2026-07-08T23:51:42.0242342Z    Compiling semver v1.0.28
2026-07-08T23:51:42.0490482Z    Compiling stable_deref_trait v1.2.1
2026-07-08T23:51:42.0963693Z    Compiling futures-sink v0.3.32
2026-07-08T23:51:42.1361156Z    Compiling generic-array v0.14.7
2026-07-08T23:51:42.1565547Z    Compiling slab v0.4.12
2026-07-08T23:51:42.1951078Z    Compiling futures-io v0.3.32
2026-07-08T23:51:42.2152934Z    Compiling futures-task v0.3.32
2026-07-08T23:51:42.2799238Z    Compiling futures-channel v0.3.32
2026-07-08T23:51:42.2971167Z    Compiling rand_core v0.10.1
2026-07-08T23:51:42.4571737Z    Compiling rustversion v1.0.22
2026-07-08T23:51:42.4786206Z    Compiling bitflags v2.12.1
2026-07-08T23:51:42.5202243Z    Compiling rustc_version v0.4.1
2026-07-08T23:51:42.5311955Z    Compiling hashbrown v0.17.1
2026-07-08T23:51:42.5384940Z    Compiling cpufeatures v0.2.17
2026-07-08T23:51:42.5721268Z    Compiling getrandom v0.4.2
2026-07-08T23:51:42.5861127Z    Compiling fnv v1.0.7
2026-07-08T23:51:42.6831341Z    Compiling cfg_aliases v0.2.1
2026-07-08T23:51:42.6930858Z    Compiling strsim v0.11.1
2026-07-08T23:51:42.6971575Z    Compiling writeable v0.6.3
2026-07-08T23:51:42.7251246Z    Compiling litemap v0.8.2
2026-07-08T23:51:42.7881258Z    Compiling icu_properties_data v2.2.0
2026-07-08T23:51:42.9333938Z    Compiling fs_extra v1.3.0
2026-07-08T23:51:42.9382075Z    Compiling ident_case v1.0.1
2026-07-08T23:51:43.0101624Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T23:51:43.0242726Z    Compiling dunce v1.0.5
2026-07-08T23:51:43.0354967Z    Compiling utf8_iter v1.0.4
2026-07-08T23:51:43.1826561Z    Compiling percent-encoding v2.3.2
2026-07-08T23:51:43.1980936Z    Compiling autocfg v1.5.1
2026-07-08T23:51:43.2833249Z    Compiling http v1.4.1
2026-07-08T23:51:43.4431262Z    Compiling aws-lc-rs v1.17.0
2026-07-08T23:51:43.4751566Z    Compiling unicode-segmentation v1.13.3
2026-07-08T23:51:43.5751236Z    Compiling cpufeatures v0.3.0
2026-07-08T23:51:43.5881307Z    Compiling thiserror v2.0.18
2026-07-08T23:51:43.6281584Z    Compiling scopeguard v1.2.0
2026-07-08T23:51:43.6656016Z    Compiling chacha20 v0.10.0
2026-07-08T23:51:43.7628013Z    Compiling lock_api v0.4.14
2026-07-08T23:51:43.8508182Z    Compiling syn v2.0.117
2026-07-08T23:51:43.8982962Z    Compiling form_urlencoded v1.2.2
2026-07-08T23:51:43.9371561Z    Compiling untrusted v0.9.0
2026-07-08T23:51:43.9372270Z    Compiling rustls v0.23.40
2026-07-08T23:51:44.0553247Z    Compiling indexmap v2.14.0
2026-07-08T23:51:44.0760485Z    Compiling heck v0.5.0
2026-07-08T23:51:44.0931861Z    Compiling atomic-waker v1.1.2
2026-07-08T23:51:44.1144461Z    Compiling anyhow v1.0.102
2026-07-08T23:51:44.1451104Z    Compiling convert_case v0.10.0
2026-07-08T23:51:44.2417033Z    Compiling const-oid v0.10.2
2026-07-08T23:51:44.2848794Z    Compiling unicode-xid v0.2.6
2026-07-08T23:51:44.3006547Z    Compiling jobserver v0.1.34
2026-07-08T23:51:44.3441286Z    Compiling zerocopy v0.8.50
2026-07-08T23:51:44.3619587Z    Compiling httparse v1.10.1
2026-07-08T23:51:44.3804919Z    Compiling paste v1.0.15
2026-07-08T23:51:44.4138912Z    Compiling parking_lot_core v0.9.12
2026-07-08T23:51:44.4162131Z    Compiling num-traits v0.2.19
2026-07-08T23:51:44.4920798Z    Compiling hybrid-array v0.4.12
2026-07-08T23:51:44.6223866Z    Compiling curve25519-dalek v4.1.3
2026-07-08T23:51:44.7044633Z    Compiling cc v1.2.63
2026-07-08T23:51:44.7821148Z    Compiling ahash v0.8.12
2026-07-08T23:51:44.8081366Z    Compiling crypto-common v0.1.7
2026-07-08T23:51:44.8460440Z    Compiling block-buffer v0.10.4
2026-07-08T23:51:44.9281229Z    Compiling powerfmt v0.2.0
2026-07-08T23:51:45.0110899Z    Compiling http-body v1.0.1
2026-07-08T23:51:45.0331354Z    Compiling base64ct v1.8.3
2026-07-08T23:51:45.0401082Z    Compiling fastrand v2.4.1
2026-07-08T23:51:45.0511240Z    Compiling either v1.16.0
2026-07-08T23:51:45.0517238Z    Compiling digest v0.10.7
2026-07-08T23:51:45.2144309Z    Compiling deranged v0.5.8
2026-07-08T23:51:45.3650388Z    Compiling mio v1.2.1
2026-07-08T23:51:45.4121286Z    Compiling socket2 v0.6.4
2026-07-08T23:51:45.4198613Z    Compiling getrandom v0.2.17
2026-07-08T23:51:45.4952534Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T23:51:45.7035384Z    Compiling rand v0.10.1
2026-07-08T23:51:45.7394899Z    Compiling uuid v1.23.2
2026-07-08T23:51:45.7480347Z    Compiling rand_core v0.6.4
2026-07-08T23:51:45.8101615Z    Compiling time-core v0.1.8
2026-07-08T23:51:45.8577860Z    Compiling tower-service v0.3.3
2026-07-08T23:51:45.9880434Z    Compiling data-encoding v2.11.0
2026-07-08T23:51:46.0022595Z    Compiling num-conv v0.2.2
2026-07-08T23:51:46.0354777Z    Compiling vcpkg v0.2.15
2026-07-08T23:51:46.0770874Z    Compiling try-lock v0.2.5
2026-07-08T23:51:46.1618301Z    Compiling zmij v1.0.21
2026-07-08T23:51:46.1819973Z    Compiling tinyvec_macros v0.1.1
2026-07-08T23:51:46.1958312Z    Compiling pkg-config v0.3.33
2026-07-08T23:51:46.2812041Z    Compiling base64 v0.22.1
2026-07-08T23:51:46.3661704Z    Compiling tinyvec v1.11.0
2026-07-08T23:51:46.3921634Z    Compiling want v0.3.1
2026-07-08T23:51:46.5632013Z    Compiling parking_lot v0.12.5
2026-07-08T23:51:46.5941299Z    Compiling sha2 v0.10.9
2026-07-08T23:51:46.6610935Z    Compiling block-buffer v0.12.0
2026-07-08T23:51:46.7040990Z    Compiling crypto-common v0.2.2
2026-07-08T23:51:46.8210701Z    Compiling cmake v0.1.58
2026-07-08T23:51:46.8940569Z    Compiling inout v0.1.4
2026-07-08T23:51:47.0861043Z    Compiling vergen-lib v9.1.0
2026-07-08T23:51:47.1171938Z    Compiling n0-future v0.3.2
2026-07-08T23:51:47.1821126Z    Compiling winnow v1.0.3
2026-07-08T23:51:47.3027024Z    Compiling spin v0.10.0
2026-07-08T23:51:47.3411069Z    Compiling signature v2.2.0
2026-07-08T23:51:47.3412905Z    Compiling httpdate v1.0.3
2026-07-08T23:51:47.3810884Z    Compiling serde_json v1.0.150
2026-07-08T23:51:47.4501350Z    Compiling cordyceps v0.3.4
2026-07-08T23:51:47.4914410Z    Compiling diatomic-waker v0.2.3
2026-07-08T23:51:47.4921821Z    Compiling crossbeam-utils v0.8.21
2026-07-08T23:51:47.5154879Z    Compiling parking v2.2.1
2026-07-08T23:51:47.5692052Z    Compiling ed25519 v2.2.3
2026-07-08T23:51:47.5910825Z    Compiling cipher v0.4.4
2026-07-08T23:51:47.7113535Z    Compiling futures-lite v2.6.1
2026-07-08T23:51:47.7984824Z    Compiling netlink-packet-core v0.8.1
2026-07-08T23:51:47.8076153Z    Compiling universal-hash v0.5.1
2026-07-08T23:51:47.8178530Z    Compiling vergen v9.1.0
2026-07-08T23:51:47.9007287Z    Compiling vergen-lib v0.1.6
2026-07-08T23:51:47.9112141Z    Compiling heapless v0.7.17
2026-07-08T23:51:47.9347971Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T23:51:47.9757102Z    Compiling noq-udp v0.10.0
2026-07-08T23:51:47.9945020Z    Compiling futures-buffered v0.2.13
2026-07-08T23:51:48.0096869Z    Compiling sync_wrapper v1.0.2
2026-07-08T23:51:48.0210960Z    Compiling opaque-debug v0.3.1
2026-07-08T23:51:48.0663233Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T23:51:48.1709927Z    Compiling allocator-api2 v0.2.21
2026-07-08T23:51:48.1891133Z    Compiling byteorder v1.5.0
2026-07-08T23:51:48.2470879Z    Compiling polyval v0.6.2
2026-07-08T23:51:48.2880417Z    Compiling digest v0.11.3
2026-07-08T23:51:48.3390781Z    Compiling aws-lc-sys v0.41.0
2026-07-08T23:51:48.3740728Z    Compiling ring v0.17.14
2026-07-08T23:51:48.3991084Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T23:51:48.4870799Z    Compiling hash32 v0.2.1
2026-07-08T23:51:48.5780662Z    Compiling spin v0.9.8
2026-07-08T23:51:48.6011853Z    Compiling vergen-gitcl v1.0.8
2026-07-08T23:51:48.6171137Z    Compiling fallible-iterator v0.3.0
2026-07-08T23:51:48.7010746Z    Compiling ryu v1.0.23
2026-07-08T23:51:48.8901480Z    Compiling num_threads v0.1.7
2026-07-08T23:51:48.9691020Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T23:51:49.0310535Z    Compiling signature v3.0.0
2026-07-08T23:51:49.0471018Z    Compiling tower-layer v0.3.3
2026-07-08T23:51:49.0472147Z    Compiling time v0.3.47
2026-07-08T23:51:49.1461005Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T23:51:49.1661144Z    Compiling ghash v0.5.1
2026-07-08T23:51:49.2560806Z    Compiling aes v0.8.4
2026-07-08T23:51:49.3151150Z    Compiling ctr v0.9.2
2026-07-08T23:51:49.3251637Z    Compiling fs2 v0.4.3
2026-07-08T23:51:49.3440506Z    Compiling http-body-util v0.1.3
2026-07-08T23:51:49.3910381Z    Compiling aead v0.5.2
2026-07-08T23:51:49.6172715Z    Compiling arrayvec v0.7.6
2026-07-08T23:51:49.6330428Z    Compiling utf8parse v0.2.2
2026-07-08T23:51:49.6412347Z    Compiling openssl-probe v0.2.1
2026-07-08T23:51:49.6944794Z    Compiling crossbeam-channel v0.5.15
2026-07-08T23:51:49.7450525Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T23:51:49.8401085Z    Compiling netlink-packet-route v0.29.0
2026-07-08T23:51:49.8811167Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T23:51:49.8901240Z    Compiling blake3 v1.8.5
2026-07-08T23:51:50.0102094Z    Compiling aes-gcm v0.10.3
2026-07-08T23:51:50.1272886Z    Compiling memoffset v0.6.5
2026-07-08T23:51:50.3231292Z    Compiling acto v0.8.2
2026-07-08T23:51:50.3751828Z    Compiling netwatch v0.16.0
2026-07-08T23:51:50.4565814Z    Compiling noq v0.18.0
2026-07-08T23:51:50.5134281Z    Compiling mac-addr v0.3.0
2026-07-08T23:51:50.5361525Z    Compiling thiserror v1.0.69
2026-07-08T23:51:50.6551146Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T23:51:50.7530538Z    Compiling rustix v1.1.4
2026-07-08T23:51:50.8194240Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T23:51:50.8361205Z    Compiling xml-rs v0.8.28
2026-07-08T23:51:50.8466472Z    Compiling identity-hash v0.1.0
2026-07-08T23:51:50.8953910Z    Compiling foldhash v0.2.0
2026-07-08T23:51:50.9525400Z    Compiling lru-slab v0.1.2
2026-07-08T23:51:51.0317843Z    Compiling rustc-hash v2.1.2
2026-07-08T23:51:51.1397926Z    Compiling synstructure v0.13.2
2026-07-08T23:51:51.1778075Z    Compiling darling_core v0.20.11
2026-07-08T23:51:51.2121455Z    Compiling tagptr v0.2.0
2026-07-08T23:51:51.2681374Z    Compiling ref-cast v1.0.25
2026-07-08T23:51:51.4261241Z    Compiling hashbrown v0.16.1
2026-07-08T23:51:51.5800826Z    Compiling serde_derive_internals v0.29.1
2026-07-08T23:51:51.9233442Z    Compiling netlink-packet-route v0.30.0
2026-07-08T23:51:52.2751630Z    Compiling proc-macro-crate v3.5.0
2026-07-08T23:51:52.4003149Z    Compiling xmltree v0.10.3
2026-07-08T23:51:52.5563805Z    Compiling errno v0.3.14
2026-07-08T23:51:52.7218597Z    Compiling termios v0.2.2
2026-07-08T23:51:52.8294979Z    Compiling serial-core v0.4.0
2026-07-08T23:51:52.8411789Z    Compiling ioctl-rs v0.1.6
2026-07-08T23:51:52.9079441Z    Compiling aho-corasick v1.1.4
2026-07-08T23:51:52.9211452Z    Compiling simple-dns v0.9.3
2026-07-08T23:51:52.9648819Z    Compiling sha1_smol v1.0.1
2026-07-08T23:51:52.9970620Z    Compiling signal-hook v0.3.18
2026-07-08T23:51:53.0943512Z    Compiling resolv-conf v0.7.6
2026-07-08T23:51:53.1870990Z    Compiling simdutf8 v0.1.5
2026-07-08T23:51:53.2139385Z    Compiling toml_write v0.1.2
2026-07-08T23:51:53.2430651Z    Compiling constant_time_eq v0.4.2
2026-07-08T23:51:53.2750454Z    Compiling arrayref v0.3.9
2026-07-08T23:51:53.3799516Z    Compiling regex-syntax v0.8.10
2026-07-08T23:51:53.3960525Z    Compiling linux-raw-sys v0.12.1
2026-07-08T23:51:53.5577793Z    Compiling smol_str v0.1.24
2026-07-08T23:51:53.5639792Z    Compiling winnow v0.7.15
2026-07-08T23:51:53.7701358Z    Compiling serial-unix v0.4.0
2026-07-08T23:51:53.8931488Z    Compiling lru v0.16.4
2026-07-08T23:51:53.9916476Z    Compiling signal-hook-registry v1.4.8
2026-07-08T23:51:54.1671054Z    Compiling darling_core v0.23.0
2026-07-08T23:51:54.1879535Z    Compiling serde_bytes v0.11.19
2026-07-08T23:51:54.2992251Z    Compiling serde_derive v1.0.228
2026-07-08T23:51:54.5891502Z    Compiling zeroize_derive v1.4.3
2026-07-08T23:51:54.5991025Z    Compiling tokio-macros v2.7.0
2026-07-08T23:51:54.9344284Z    Compiling zerofrom-derive v0.1.7
2026-07-08T23:51:55.5128043Z    Compiling futures-macro v0.3.32
2026-07-08T23:51:55.5311796Z    Compiling zeroize v1.8.2
2026-07-08T23:51:55.8541142Z    Compiling tokio v1.52.3
2026-07-08T23:51:55.8675587Z    Compiling yoke-derive v0.8.2
2026-07-08T23:51:55.9118388Z    Compiling zerovec-derive v0.11.3
2026-07-08T23:51:57.2000846Z    Compiling displaydoc v0.2.6
2026-07-08T23:51:57.2584143Z    Compiling futures-util v0.3.32
2026-07-08T23:51:57.2920476Z    Compiling zerofrom v0.1.8
2026-07-08T23:51:57.3417813Z    Compiling tracing-attributes v0.1.31
2026-07-08T23:51:57.4521059Z    Compiling rustls-pki-types v1.14.1
2026-07-08T23:51:58.2270825Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T23:51:58.2430471Z    Compiling yoke v0.8.3
2026-07-08T23:51:58.5376682Z    Compiling zerovec v0.11.6
2026-07-08T23:51:58.5690781Z    Compiling thiserror-impl v2.0.18
2026-07-08T23:51:58.6426304Z    Compiling zerotrie v0.2.4
2026-07-08T23:51:59.1430688Z    Compiling darling_macro v0.20.11
2026-07-08T23:51:59.1800840Z    Compiling derive_more-impl v2.1.1
2026-07-08T23:51:59.4336976Z    Compiling n0-error-macros v0.1.3
2026-07-08T23:51:59.7588868Z    Compiling tinystr v0.8.3
2026-07-08T23:51:59.7631061Z    Compiling potential_utf v0.1.5
2026-07-08T23:51:59.8805999Z    Compiling darling v0.20.11
2026-07-08T23:51:59.8960689Z    Compiling spez v0.1.2
2026-07-08T23:52:00.0090840Z    Compiling derive_builder_core v0.20.2
2026-07-08T23:52:00.0790436Z    Compiling icu_locale_core v2.2.0
2026-07-08T23:52:00.1211311Z    Compiling icu_collections v2.2.0
2026-07-08T23:52:00.4811148Z    Compiling der v0.8.0-rc.10
2026-07-08T23:52:01.1980843Z    Compiling n0-error v0.1.3
2026-07-08T23:52:01.3000810Z    Compiling pin-project-internal v1.1.13
2026-07-08T23:52:01.4771253Z    Compiling cobs v0.3.0
2026-07-08T23:52:01.8361102Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T23:52:01.8821024Z    Compiling icu_provider v2.2.0
2026-07-08T23:52:02.2521047Z    Compiling derive_builder_macro v0.20.2
2026-07-08T23:52:02.5797246Z    Compiling icu_properties v2.2.0
2026-07-08T23:52:02.7341379Z    Compiling icu_normalizer v2.2.0
2026-07-08T23:52:02.7630770Z    Compiling ipnet v2.12.0
2026-07-08T23:52:02.7801229Z    Compiling derive_builder v0.20.2
2026-07-08T23:52:02.9442733Z    Compiling spki v0.8.0-rc.4
2026-07-08T23:52:03.2698216Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T23:52:03.3381152Z    Compiling pin-project v1.1.13
2026-07-08T23:52:03.4363985Z    Compiling prefix-trie v0.8.4
2026-07-08T23:52:03.4482239Z    Compiling futures-executor v0.3.32
2026-07-08T23:52:03.5480559Z    Compiling once_cell v1.21.4
2026-07-08T23:52:03.5902249Z    Compiling ed25519-dalek v2.2.0
2026-07-08T23:52:03.6360764Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T23:52:03.7870397Z    Compiling futures v0.3.32
2026-07-08T23:52:03.8561729Z    Compiling tracing-core v0.1.36
2026-07-08T23:52:04.0684982Z    Compiling spt-proto v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T23:52:04.2067483Z    Compiling hashbrown v0.14.5
2026-07-08T23:52:04.2490351Z    Compiling postcard-derive v0.2.2
2026-07-08T23:52:04.3354943Z    Compiling data-encoding-macro v0.1.20
2026-07-08T23:52:04.4371137Z    Compiling rustls-native-certs v0.8.4
2026-07-08T23:52:04.5895588Z    Compiling tokio-util v0.7.18
2026-07-08T23:52:04.6662044Z    Compiling tracing v0.1.44
2026-07-08T23:52:04.7499414Z    Compiling idna_adapter v1.2.2
2026-07-08T23:52:04.9006206Z    Compiling idna v1.1.0
2026-07-08T23:52:05.1551290Z    Compiling netlink-sys v0.8.8
2026-07-08T23:52:05.1771012Z    Compiling tower v0.5.3
2026-07-08T23:52:05.4236429Z    Compiling hashlink v0.9.1
2026-07-08T23:52:05.4336695Z    Compiling postcard v1.1.3
2026-07-08T23:52:05.4651783Z    Compiling num_enum_derive v0.7.6
2026-07-08T23:52:05.5441378Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T23:52:05.8280830Z    Compiling url v2.5.8
2026-07-08T23:52:05.8809842Z    Compiling derive_more v2.1.1
2026-07-08T23:52:06.0270563Z    Compiling h2 v0.4.14
2026-07-08T23:52:06.0459916Z    Compiling rusqlite v0.32.1
2026-07-08T23:52:06.2581445Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T23:52:06.2979776Z    Compiling enum-assoc v1.3.0
2026-07-08T23:52:06.2998757Z    Compiling async-trait v0.1.89
2026-07-08T23:52:06.3168497Z    Compiling strum_macros v0.28.0
2026-07-08T23:52:06.3780588Z    Compiling n0-watcher v0.6.1
2026-07-08T23:52:06.5709250Z    Compiling iroh-relay v0.98.0
2026-07-08T23:52:06.7710778Z    Compiling iroh-metrics v0.38.3
2026-07-08T23:52:06.8181104Z    Compiling tokio-stream v0.1.18
2026-07-08T23:52:06.9021017Z    Compiling netdev v0.42.0
2026-07-08T23:52:07.0300654Z    Compiling netlink-proto v0.12.0
2026-07-08T23:52:07.3211018Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T23:52:07.3442032Z    Compiling attohttpc v0.30.1
2026-07-08T23:52:07.5926613Z    Compiling num_enum v0.7.6
2026-07-08T23:52:07.6067605Z    Compiling iroh-base v0.98.0
2026-07-08T23:52:07.6333898Z    Compiling tower-http v0.6.11
2026-07-08T23:52:07.6582066Z    Compiling moka v0.12.15
2026-07-08T23:52:07.7376724Z    Compiling serde_spanned v0.6.9
2026-07-08T23:52:07.9780570Z    Compiling toml_datetime v0.6.11
2026-07-08T23:52:07.9851324Z    Compiling spt-store v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T23:52:07.9981383Z    Compiling thiserror-impl v1.0.69
2026-07-08T23:52:08.2030886Z    Compiling ref-cast-impl v1.0.25
2026-07-08T23:52:08.4800625Z    Compiling toml_edit v0.22.27
2026-07-08T23:52:09.1758246Z    Compiling webpki-roots v1.0.7
2026-07-08T23:52:09.1960512Z    Compiling regex-automata v0.4.14
2026-07-08T23:52:09.2141465Z    Compiling schemars_derive v1.2.1
2026-07-08T23:52:09.3453327Z    Compiling hmac v0.12.1
2026-07-08T23:52:09.3594151Z    Compiling seize v0.5.1
2026-07-08T23:52:09.5026000Z    Compiling iroh v0.98.2
2026-07-08T23:52:09.5654157Z    Compiling dyn-clone v1.0.20
2026-07-08T23:52:09.8303238Z    Compiling pin-utils v0.1.0
2026-07-08T23:52:09.9021164Z    Compiling rustix v0.38.44
2026-07-08T23:52:09.9130590Z    Compiling bitflags v1.3.2
2026-07-08T23:52:09.9291125Z    Compiling cmov v0.5.4
2026-07-08T23:52:10.0155020Z    Compiling nix v0.25.1
2026-07-08T23:52:10.1531544Z    Compiling papaya v0.2.4
2026-07-08T23:52:10.3125966Z    Compiling ctutils v0.4.2
2026-07-08T23:52:10.3361300Z    Compiling hkdf v0.12.4
2026-07-08T23:52:10.3591332Z    Compiling backon v1.6.0
2026-07-08T23:52:10.4151526Z    Compiling strum v0.28.0
2026-07-08T23:52:10.5201228Z    Compiling darling_macro v0.23.0
2026-07-08T23:52:10.5940717Z    Compiling iroh-dns v0.98.0
2026-07-08T23:52:10.6032405Z    Compiling filedescriptor v0.8.3
2026-07-08T23:52:10.7062219Z    Compiling serial v0.4.0
2026-07-08T23:52:10.8453406Z    Compiling anstyle-parse v1.0.0
2026-07-08T23:52:10.8961637Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T23:52:11.1110644Z    Compiling anstyle v1.0.14
2026-07-08T23:52:11.1216628Z    Compiling anstyle-query v1.1.5
2026-07-08T23:52:11.1901699Z    Compiling foldhash v0.1.5
2026-07-08T23:52:11.2010444Z    Compiling colorchoice v1.0.5
2026-07-08T23:52:11.2607368Z    Compiling instability v0.3.12
2026-07-08T23:52:11.2776064Z    Compiling linux-raw-sys v0.4.15
2026-07-08T23:52:11.3391485Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T23:52:11.3456066Z    Compiling downcast-rs v1.2.1
2026-07-08T23:52:11.4562173Z    Compiling shell-words v1.1.1
2026-07-08T23:52:11.4880866Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T23:52:11.4967629Z    Compiling anstream v1.0.0
2026-07-08T23:52:11.5018096Z    Compiling hashbrown v0.15.5
2026-07-08T23:52:11.5300660Z    Compiling vte v0.13.1
2026-07-08T23:52:11.5801483Z    Compiling darling v0.23.0
2026-07-08T23:52:11.6986943Z    Compiling signal-hook-mio v0.2.5
2026-07-08T23:52:11.7361071Z    Compiling spake2 v0.4.0
2026-07-08T23:52:11.8430644Z    Compiling terminal_size v0.4.4
2026-07-08T23:52:12.0921060Z    Compiling strum_macros v0.26.4
2026-07-08T23:52:12.1763196Z    Compiling toml v0.8.23
2026-07-08T23:52:12.3970704Z    Compiling sha1 v0.10.6
2026-07-08T23:52:12.4561096Z    Compiling schemars v1.2.1
2026-07-08T23:52:12.8681350Z    Compiling spt-msg v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T23:52:12.8890850Z    Compiling itertools v0.13.0
2026-07-08T23:52:13.3183869Z    Compiling castaway v0.2.4
2026-07-08T23:52:13.4826095Z    Compiling unicode-width v0.1.14
2026-07-08T23:52:13.7721376Z    Compiling regex v1.12.3
2026-07-08T23:52:13.9705502Z    Compiling doctest-file v1.1.1
2026-07-08T23:52:14.1771238Z    Compiling clap_lex v1.1.0
2026-07-08T23:52:14.2630893Z    Compiling indoc v2.0.7
2026-07-08T23:52:14.5370664Z    Compiling hyper v1.10.1
2026-07-08T23:52:14.7953261Z    Compiling spt-runtime v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T23:52:14.9370515Z    Compiling static_assertions v1.1.0
2026-07-08T23:52:15.1081309Z    Compiling compact_str v0.8.2
2026-07-08T23:52:15.8039504Z    Compiling strum v0.26.3
2026-07-08T23:52:15.9330481Z    Compiling unicode-truncate v1.1.0
2026-07-08T23:52:15.9679344Z    Compiling interprocess v2.4.2
2026-07-08T23:52:16.0034149Z    Compiling clap_builder v4.6.0
2026-07-08T23:52:16.0779848Z    Compiling portable-pty v0.8.1
2026-07-08T23:52:16.2101072Z    Compiling crossterm v0.28.1
2026-07-08T23:52:16.2181395Z    Compiling lru v0.12.5
2026-07-08T23:52:16.3762919Z    Compiling clap_derive v4.6.1
2026-07-08T23:52:16.4836491Z    Compiling cassowary v0.3.0
2026-07-08T23:52:16.5200857Z    Compiling unicode-width v0.2.0
2026-07-08T23:52:16.7449788Z    Compiling iana-time-zone v0.1.65
2026-07-08T23:52:16.9761190Z    Compiling spt-term v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T23:52:17.3082550Z    Compiling chrono v0.4.45
2026-07-08T23:52:17.4951135Z    Compiling nucleo-matcher v0.3.1
2026-07-08T23:52:17.6771159Z    Compiling hyper-util v0.1.20
2026-07-08T23:52:17.8792268Z    Compiling ratatui v0.29.0
2026-07-08T23:52:17.9960783Z    Compiling qrcode v0.14.1
2026-07-08T23:52:18.1343640Z    Compiling tempfile v3.27.0
2026-07-08T23:52:19.9312087Z    Compiling spt-live v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T23:52:20.0606518Z    Compiling clap v4.6.1
2026-07-08T23:52:20.7081846Z    Compiling igd-next v0.17.1
2026-07-08T23:52:22.2643856Z    Compiling portmapper v0.16.0
2026-07-08T23:52:29.2905530Z    Compiling rustls-webpki v0.103.13
2026-07-08T23:52:32.5652665Z    Compiling tokio-rustls v0.26.4
2026-07-08T23:52:32.5653270Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T23:52:32.5653608Z    Compiling noq-proto v0.17.0
2026-07-08T23:52:32.8140855Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T23:52:32.8141471Z    Compiling hyper-rustls v0.27.9
2026-07-08T23:52:32.8141828Z    Compiling tokio-websockets v0.13.2
2026-07-08T23:52:33.0391016Z    Compiling reqwest v0.13.4
2026-07-08T23:52:34.4123252Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T23:52:53.8895228Z    Compiling spt-net v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T23:52:55.9505687Z    Compiling spt-daemon v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T23:53:07.3948425Z    Compiling spt v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T23:53:13.9819662Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 33s
2026-07-08T23:53:14.0090233Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-fcfd220d3d8df4b9)
2026-07-08T23:53:14.0103303Z 
2026-07-08T23:53:14.0103421Z running 1 test
2026-07-08T23:53:20.2732999Z test new_brain_serves_against_old_broker ... ok
2026-07-08T23:53:20.2734379Z 
2026-07-08T23:53:20.2734807Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.26s
2026-07-08T23:53:20.2735403Z 
